From: Geoff Voelker Date: Fri, 3 May 1996 18:44:46 +0000 (+0000) Subject: (REG_ROOT): Remove trailing backslash. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83922 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f79eea00ad1d33725d75c0e7c5966825003df13e;p=emacs.git (REG_ROOT): Remove trailing backslash. --- diff --git a/src/w32reg.c b/src/w32reg.c index dcb4ba29716..0bffe82513d 100644 --- a/src/w32reg.c +++ b/src/w32reg.c @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #include #include -#define REG_ROOT "SOFTWARE\\GNU\\Emacs\\" +#define REG_ROOT "SOFTWARE\\GNU\\Emacs" LPBYTE win32_get_string_resource (name, class, dwexptype)